/*弹性布局*/
.flex {display: flex;}
.flex_between {justify-content: space-between;}
.flex_around {justify-content: space-around;}
.flex_center {justify-content: center;}
.flex_column {flex-direction: column;}
.flex_warp {flex-wrap: wrap;}
.flex_start{justify-content: flex-start;}
.flex_end{justify-content: flex-end;}
/*居中*/
.margin_auto{margin: 0 auto;}
/*手型*/
.pointer{cursor: pointer;}
.main{width: 100%;height:100%}
.padding_40{padding: 40px;}
.margin_bottom_40{margin-bottom: 40px;}
/* 主页内容区 */
.homeMain{width: 100%;height: 100%;}
.leftMain{width: 1215px;}
.rightMain{width: 303px;}
.addBtn{width: 46px;height: 46px;line-height: 46px;border-radius: 50%;border: 1px dashed #979797;font-size: 20px;text-align: center;}
.statusBox{width: 14px;height: 14px;border-radius: 50%;margin: 0 auto;}
.green{background-color: #00dd46;}
.red{background-color: #e64d5a;}
.blue{background-color: #3787ff;}
.gray{background-color: #d8d8d8;}
.color_green{color: #00DD46!important;}
.color_red{color: #ff8088!important;}
.color_blue{color: #3787ff;}
.color_gray{color: #d8d8d8;}
.margin_left_20{margin-left: 20px;}
/*黑白配色  默认黑色 */
.Dark .tit,.Dark .el-input__inner{
	color: #FFFFFF!important;
}
