@charset "UTF-8";
@import url("./theme/index.css");

* {
	box-sizing: border-box;
	font-family: 微软雅黑!important;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}


fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
	filter:none;
	-webkit-filter: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(204, 204, 204);;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}
::-webkit-scrollbar-track:hover {
  background-color: rgb(225, 225, 225);
}
::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204);
  border-radius: 10px;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family:  "微软雅黑","SimSun";
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}


textarea {
	resize: none;
}

input::-ms-clear, input::-ms-reveal{
	display: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	color: var(--c-text-title);
	background: var(--c-page-bg);

}


.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}
.clear-float{
	clear:both;
}
a {
	color: #ebf0fd;
	text-decoration: none;
}

a:hover {
	color: #ebf0fd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}


s,
i,
em {
	font-style: normal;
	text-decoration: none;
}



.w {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.hide {
	display: none;
}

li {
	cursor: pointer;
}

.bg-f {
	background: #FFF;
}

.bg-e {
	background: #EEE;
}
.ml5{
    margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml14{
	margin-left: 14px;
}
.ml16{
	margin-left: 16px;
}
.ml17{
	margin-left: 17px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml40{
	margin-left: 40px;
}
.ml47{
	margin-left: 47px;
}
.ml60{
	margin-left: 60px;
}
.ml74{
	margin-left: 74px;
}
.ml76{
	margin-left: 76px;
}
.ml88{
	margin-left: 106px;
}
.ml107{
	margin-left: 107px;
}
.ml108{
	margin-left: 108px;
}
.ml120{
	margin-left: 120px;
}
.ml130{
	margin-left: 130px;
}
.ml135{
	margin-left: 135px;
}
.ml164{
	margin-left: 164px;
}
.mr14 {
	margin-right: 14px;
}
.mr20 {
	margin-right: 20px;
}
.mr40{
	margin-right: 40px;
}
.mt6{
	margin-top: 6px;
}
.mt12{
	margin-top:12px;
}
.mt14{
	margin-top:14px;
}
.pr30 {
	padding-right: 30px;
}

.pr25 {
	padding-right: 25px;
}

.w75 {
	width: 75px;
}
.w150{
	width: 150px;
}
.w263 {
	width: 263px;
}
.w200 {
	width: 200px;
}
.w230{
	width: 230px;
}
.w236{
	width: 236px;
}
.w240{
	width: 240px;
}
.w320{
	width: 320px;
}
.w343{
	width: 343px;
}
.w367{
	width: 367px;
}
.w500{
	width: 500px !important;
}
.w1000{
	width:1000px!important;
}
.mt10 {
	margin-top: 10px;
}
.mt70{
	margin-top: 70px;
}

.pr20 {
	padding-right: 20px;
}
.ht{
	background: #e6e6e6;
}
input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #999999;
	/* placeholder字体大小  */
	font-size: 13px;
	/* placeholder位置  */
	/* text-align: right; */
}

button{
	cursor: pointer;
}
.cb{
	clear: both;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
}
/* 盒子 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: -moz-flex;
	display: flex ;
  }
.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	}
.flex-hw {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-align-bottom {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-moz-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.flex-align-top {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-moz-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-pack-around {
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-moz-box-pack: space-around;
	-moz-justify-content: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
.flex-pack-end {
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: flex-end;
	-moz-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.ellipsis{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 自定义弹出 背景 */
.zdy-popup{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.zdy-popup .content{
  width: 100%;
  height: 100%;
}
.zdy-popup .content .main{
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
}
.zdy-popup  .close-icon{
  position: absolute;
  right: 12px;
  top: 3px;
  color: #999;
  cursor: pointer;
  font-size: 16px;
}
.zdy-popup .footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  border-top: 1px solid #E8E8E8;
}

.c666{
	color: #666;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.up-icon{
	color: var(--c-warning);
	font-size: 12px;
	vertical-align: -1px;
}
.down-icon{
  	color:#52C41A;
	font-size: 12px;
	vertical-align: -1px;
}
.nicescroll-cursors{
	cursor: pointer;
}

/* tab 开始*/
.tab-list{
  padding: 6px 24px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: relative;
}
.tab-list .tab-item{
  position: relative;
  font-size: 16px;
  
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  padding: 14px 12px;
  border: 1px solid #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-list .tab-item.tab-active{
  color: var(--c-main);
  border: 1px solid #E6E6E6 ;
}
.tab-list .tab-active span{
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background: rgb(255 255 255);
  width: 100%;
  
}
/* tab 结束*/

.default-btn{
  font-size: 13px;
  
  font-weight: 400;
  color: #666666;
  padding: 7px 15px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}
.primary-btn{
  font-size: 13px;
  
  font-weight: 400;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  background-color: var(--c-main);
} 

/* 美化下拉框样式  开始*/
  .nice-select{
    border-radius: 4px;
    position: relative;
    background: #fff url(../img/a2.jpg) no-repeat right center;
  }
	.nice-select input{display: block;width: 100%;border: 0;outline: 0;background: none;font-size: 14px;padding: 3px 5px;border: 1px solid #e6e6e6;border-radius: 4px;}
	.nice-select ul{
    text-align: left;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 27px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #e6e6e6;
    border-top: 0;
    box-shadow: 0 2px 3px #e6e6e6;
    z-index: 9999;
  }
  .nice-select ul li{height: 30px;line-height: 30px;overflow: hidden;padding: 0 10px;cursor: pointer;}
  .nice-select ul li.on{background-color: #e0e0e0;}
/* 美化下拉框样式  结束*/
.el-button{
	line-height: 14px;
	padding: 8px 16px!important;
	
	font-weight: 400;
	font-size: 14px;
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	height: auto!important;
}
.el-button:hover{
	background: var(--c1-main)!important;
	border-color: var(--c6-main)!important;
	color:var(--c-main)!important;
}
.el-button--primary{
	color: #FFFFFF!important;
	background-color:var(--c-main)!important;
	border-color: var(--c-main)!important;
}
 .el-button--primary:hover,
 .xh-btn-primary:hover{
	background: var(--c8-main)!important;
	border-color: var(--c8-main)!important;
	color: #ffffff!important;
}

  /* element-ui message样式修改 */
  .el-message{
	padding: 12px 15px 12px 20px!important;
	background-color: #fff!important;
	box-shadow: var(--box-shadow-dialog)!important;
	border: none !important;
	min-width: 266px!important;
  }
  .el-message .el-message__content{
	color: var(--c-text-title) !important;
    font-size: 14px;
  }
  .theme-img1 .layui-layer-loading .layui-layer-content{
	background: url(/img/2.0/loading.png) no-repeat!important;
  }
  .theme-img2 .layui-layer-loading .layui-layer-content{
	background: url(/img/2.0/loading1.png) no-repeat!important;
  }
  .dialogRole-container{
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  .dialogRole-main{
	flex:1;
  }