@charset "utf-8";
*{margin:0; padding:0;font-family:  Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;}
h1,h2,h3,h4,h5,h6{ font-family:  Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;}
button,a{font-family:  Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;border: 0;cursor: pointer;text-decoration:none;color: #666;}
input{border: 1px solid #bfcbd9;}
input:focus {
	outline: none;
	border-color: #32c37c !important;
}
button:focus{
	outline: none;
	border-color: #32c37c !important;
}
a:hover{text-decoration:none;}
img{border:none;display: inline-block;}
ol,ul,li{list-style:none;}
body{margin: 0 auto;color: #666;position: relative;}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #bfcbd9 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #bfcbd9 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bfcbd9 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #bfcbd9 !important;
}

/* vue 默认不加载标记 */
[v-cloak] { display: none }

/*IE初始化*/
.clearfix:after{content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix{*zoom:1; }

/*数据过长省略*/
.words-ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*居中*/
.wrap{margin: 0 auto;}

/*定位*/
.pa{position: absolute;}
.pr{position: relative;}
.pf{position: fixed;}
.ps{position: static;}
.pi{position: initial;}

/*背景颜色*/
.bg-red{background-color: #850623;}
.bg-white{background-color: #fff;}
.bg-gray{background-color: #f9f9f9;}
.bg-disabled{background-color: #e6e6e6;}
.bg-lighterGray{background-color: #FAFAFA;}

/*字体颜色*/
.white{color: #fff;}
.gray{color: #333;}
.light-gray{color: #666;}
.lighter-gray{color: #999;}
.green{color: #62c082;}
.blue{color: #2277DA;}
.red{color: #f00;}
.disabled{color: #999;}

/*文字粗细样式*/
.fw-700{font-weight:700;}

/*字体大小*/
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}

.bolden{font-weight: 600;}

/*宽度*/
.wid-i{width: initial !important;}
.wid100{width: 100%}
.wid95{width: 95%;}
.wid90{width: 90%;}
.wid88{width: 88%;}
.wid80{width: 80%;}
.wid75{width: 75%;}
.wid70{width: 70%;}
.wid60{width: 60%;}
.wid50{width: 50%;}
.wid40{width: 40%;}
.wid35{width: 35%;}
.wid33{width: 33.33%;}
.wid30{width: 30%;}
.wid25{width: 25%;}
.wid20{width: 20%;}
.wid10{width: 10%;}
.wid5{width: 5%;}
.wid1{width: 1%;}
.wrap-88p{width: 88%;margin: 0 auto;}
.wrap-90p{width: 90%;margin: 0 auto;}

/*高度*/
.hei25{height: 25%;}
.hei30{height: 30%;}
.hei50{height: 50%;}
.hei85{height:85%;}
.hei90{height:90%;}
.hei100{height: 100%;}

.font12{font-size: 12px !important;}
.font14{font-size: 14px !important;}
.font16{font-size: 16px !important;}
.font18{font-size: 18px !important;}
.font20{font-size: 20px !important;}

/*浮动*/
.fl{float: left !important;}
.fr{float: right;}
.o-v{overflow: hidden;} /*清除浮动*/
.ovi{overflow: initial !important;}

/*文字排列样式*/
.tac{text-align: center;}
.tar{text-align: right;}
.tal{text-align: left;}

/*下划线*/
.tdu{text-decoration: underline;}
.tdlt{text-decoration: line-through;}

/*清除浮动*/
.clear{clear: both;height: 0;}

/*盒子显示模式（d-*：display：*）*/
.d-b{display: block;}
.d-ib{display: inline-block;}
.hidden{display: none;}

/*外边距*/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt90{margin-top: 90px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml14{margin-left: 14px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml110{margin-left:110px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr60{margin-right: 60px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;} 
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}

/*可點擊提示*/
.cursor{
	cursor: pointer;
}

/*btn样式  start*/
.greenLittleBtn{
	width: 80px;
	height: 27px;
	font-size: 12px;
	color: #fff;
	background-color: #32c37c;
	box-sizing: border-box;
	border: 1px solid #32c37c;
}
.greenLargerBtn{
	width: 115px;
	height: 35px;
	font-size: 14px;
	color: #fff;
	background-color: #32c37c;
	box-sizing: border-box;
	border: 1px solid #32c37c;
}
.greenBtn{
	width: 90px;
	height: 27px;
	font-size: 12px;
	color: #fff;
	background-color: #32c37c;
	box-sizing: border-box;
	border: 1px solid #32c37c;
}
.greenLittleBtn:hover,.greenBtn:hover,.greenLargerBtn:hover{
	background-color: #3ae08d;
}
.greenLittleBtn:active,.greenBtn:active,.greenLargerBtn:active{
	background-color: #2cab6c;
}
.whiteLittleBtn{
	width: 80px;
	height: 27px;
	font-size: 12px;
	color: #32c37c;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #32c37c;
}
.whiteLargerBtn{
	width: 115px;
	height: 35px;
	font-size: 14px;
	color: #32c37c;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #32c37c;
}
.whiteBtn{
	width: 90px;
	height: 27px;
	font-size: 12px;
	color: #32c37c;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #32c37c;
}
.whiteLittleBtn:hover,.whiteBtn:hover,.whiteLargerBtn:hover{
	border-color: #3ae08d;
}
.whiteLittleBtn:active,.whiteBtn:active,.whiteLargerBtn:active{
	border-color: #2ca6bc;
}
.greenSelectBtn{
	width: 115px;
	height: 35px;
	color: #fff;
	background-color: #32C37C;
	box-sizing: border-box;
	border: 1px solid #32c37c;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
}
.greenSelectBtn:hover{
	background-color: #3ae08d;
}
.whiteSelectBrn{
	width: 115px;
	height: 35px;
	color: #666;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
}
.whiteSelectBrn:hover{
	border-color: #32C37C;
	color: #32C37C;
}
.el-button{
	border-radius: 0;
}
.el-dropdown-menu__item{
	font-size: 14px;
}
/*btn样式  end*/

/*角标*/
.remindCircle{
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: red;
	border-radius: 50%;
	position: relative;
	top: -15px;
}

/*公共头部样式 start*/
.commonHead{
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 20px;
	position: fixed;
	left: 0;
	top: 0;
	color: #666;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	z-index: 10;
}
.commonHead .commonHeadLeft{
	color: #32c37c;
	float: left;
	font-size: 18px;
}
.commonHead .commonHeadLeft .houseLogo{
	height: 20px;
	display: block;
	margin-top: 20px;
}
.commonHeadLeft .iconfont-tcl{
	font-size: 26px;
	color: #62C082;
}
.commonHead .logo{
	width: 30px;
	height: 30px;
	background-color: #32c37c;
	display: inline-block;
	position: relative;
	top: 9px;
	margin-right: 5px;
}
.commonHeadCenter{
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform:translate(-50%,0);
	top:0;
}
.commonHeadCenter ul{
	overflow: hidden;
}
.commonHeadCenter ul li{
	float: left;
	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 20px;
}
.commonHeadCenter ul li a{
	color: #666;
}
.commonHeadCenter ul li a:hover{
	color: #32c37c;
	padding-bottom: 2px;
	border-bottom: 2px solid #32C37C;
}
.commonHeadCenter ul li .active{
	color: #32C37C;
	padding-bottom: 2px;
	border-bottom: 2px solid #32C37C;
}
.commonHeadRight{
	color: #666;
	float: right;
	box-sizing: border-box;
	line-height: 60px;
	height: 60px;
}
.commonHeadRight .infoCenter{
	float: left;
	width: 130px;
	font-size: 14px;
	height: 60px;
}
.commonHeadRight .infoCenter:hover{
	background-color: #e6e6e6;
	cursor: pointer;
}
.commonHeadRight .infoCenter .iconfont-tcl{
	font-size: 26px;
	color: #32C37C;
}
.commonHeadRight .infoCenter .infoCenterText{
	position: relative;
	top: -5px;
}
.commonHeadRight .infoCenter a:hover{
	color: #32C37C;
}
.commonHeadRight .loginInfo{
	float: left;
	position: relative;
	cursor: pointer;
	width: 80px;
	box-sizing: border-box;
}
.commonHeadRight .loginInfo i {
	font-size: 12px;
	color: #797979;
}
.commonHeadRight .loginInfo:hover{
	background-color: #e6e6e6;
}
.commonHeadRight .loginInfo .el-dropdown{
	width: 100%;
}
.commonHeadRight .loginInfo .el-dropdown span{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
/*公共头部样式 end*/


/*公共侧边栏 start*/
.commonSide{
	width: 180px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0;
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	min-height: 600px;
	z-index: 8;
}
.commonSide .sideTitle{
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0 20px;
}
.commonSide .sideMenu{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}
.commonSide .logo{
	width: 20px;
	height: 20px;
	background-color: #32C37C;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.commonSide .sideMenu li{
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	line-height: 35px;
	height: 35px;
}
.commonSide .sideMenu li > a {
	display: block;
	padding: 0 20px;
}
.commonSide .sideMenu li:hover{
	background-color: #D2F2E2;
}
.commonSide .sideMenu li:hover a{
	color: #32C37C;
}
.commonSide .sideMenu .active{
	background-color: #d2f2e2;
}
.commonSide .sideMenu .active a{
	color: #32C37C;
}
/*公共侧边栏 end*/

/*内容栏 start*/
.content{
	position: absolute;
	top: 60px;
	left: 180px;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
	background-color: #f6f6f6;
	min-width: 1100px;
}
.content .contentTop{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.contentDec{
	font-size: 12px;
	float: left;
	color: #666;
}
.content  .contentTitle{
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-right: 30px;
	float: left;
}
.content .exportsData{
	font-size: 14px;
	color: #fff;
}
.content .contentTitleSever{
	float: left;
	position: relative;
	left: -10px;
	font-weight: 700;
}
.content .contentSecondTitle{
	font-size: 18px;
	color: #333;
	font-weight: 700;
	float: left;
	margin-right: 20px;
}
.content .contentBack{
	float: left;
	font-size: 12px;
	color: #2277DA;
	margin-right: 10px;
}
.content .contentSever{
	float: left;
	margin-right: 10px;
}
.content .contentControl{
	float: left;
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	background-color: #32c37c;
	text-align: center;
}
.content .contentControl:hover {
	background: #3ae08d;
}
.content .unfinsh{
	background-color: #c8c9cc !important;
	color: #fff !important;
	border: 1px  solid #c8c9cc !important;
}
.content .unfinsh:hover{
	background-color: #c8c9cc !important;
	color: #fff !important;
	cursor: initial;
}
.content .contentControl:active {
	background: #2cab6c;
}
.content .help a{
	color: #2277da;
	font-size: 14px;
	float: right;
}
.content .logo{
	width: 20px;
	height: 20px;
	background-color: #62c082;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
/*内容栏 end*/

/*计算工具内容栏  start*/
.computedContent{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
	background-color: #f6f6f6;
	min-width: 1280px;
	overflow-x: hidden;
}
.computedContent .contentTop{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.computedContent  .contentTitle{
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-right: 20px;
	float: left;
}
.computedContent .contentTitleSever{
	float: left;
	position: relative;
	left: -10px;
	font-weight: 700;
}
.computedContent .contentSecondTitle{
	font-size: 18px;
	color: #333;
	font-weight: 700;
	float: left;
}
.computedContent .contentBack{
	float: left;
	font-size: 12px;
	color: #2277DA;
	margin-right: 10px;
}
.computedContent .contentSever{
	float: left;
	margin-right: 10px;
}
.computedContent .contentControl{
	float: left;
	width: 90px;
	height: 32px;
	font-size: 12px;
	color: #fff;
	background-color: #32c37c;
	border-radius: 0;
}
.computedContent .contentControl:hover {
	background: #3ae08d;
}
.computedContent .contentControl:active {
	background: #2cab6c;
}
.computedContent .help a{
	color: #2277da;
	font-size: 14px;
	float: right;
}
.computedContent .logo{
	width: 20px;
	height: 20px;
	background-color: #62c082;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
/*计算工具内容栏  end*/


@font-face {
	font-family: 'iconfont-tcl';
	src: url('iconfont1/iconfont.eot'); /* IE9*/
	src: url('iconfont1/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont1/iconfont.woff') format('woff'), /* chrome、firefox */
	url('iconfont1/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('iconfont1/iconfont.svg#iconfont-tcl') format('svg'); /* iOS 4.1- */
}
.iconfont-tcl{
	font-family:"iconfont-tcl" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont2/iconfont.eot');
	src: url('iconfont2/iconfont.eot?#iefix') format('embedded-opentype'),
	url('iconfont2/iconfont.woff') format('woff'),
	url('iconfont2/iconfont.ttf') format('truetype'),
	url('iconfont2/iconfont.svg#iconfont') format('svg');
}
.iconfont{
	font-family:"iconfont" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon {
	width: 1em; height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}


/*内容公用类 start*/
.projectBox{
	width: 100%;
	min-width: 1180px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
.projectBox:before{
	content:" ";
	width: 5px;
	height: 14px;
	display: block;
	background-color: #32C37C;
	font-weight:bold;
	position: absolute;
	top: 22px;
	left: 0;
}
.projectBoxTop{
	color: #999;
	margin-bottom: 20px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.projectBoxTopInitial{
	height: initial;
	line-height: initial;
}
.projectBoxName{
	color: #333;
	font-weight: 700;
	margin-right: 20px;
}

/*选项表单菜单栏 start*/
.materialListSelect{
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}
.materialListSelect .menu{
	width: 110px;
	height: 26px;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	float: left;
	margin-right: 10px;
	position: relative;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	box-sizing: border-box;
	padding: 0 5px;
}
.materialListSelect .menu span{
	top: 3px;
}
.materialListSelect .active{
	height: 36px;
	top: 1px;
	z-index: 1;
	font-size: 14px;
	line-height: 36px;
	color: #32C37C;
}
.materialListSelect .wrongActive{
	top: 10px;
	font-size: 12px;
	line-height: 26px;
}
.materialListSelect .finshActive{
	color: #62C082;
}
/*选项表单菜单栏 end*/


/*二级选项表单菜单栏 start*/
.secondMaterialListSelect{
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	position: relative;
	z-index: 0;
}
.secondMaterialListSelect .secondMenu{
	width: 110px;
	height: 26px;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	float: left;
	margin-right: 10px;
	position: relative;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}
.secondMaterialListSelect .secondMenu span{
	top: 3px;
}
.secondMaterialListSelect .active{
	height: 36px;
	top: 1px;
	z-index: 1;
	font-size: 14px;
	line-height: 36px;
	color: #62C082;
	box-sizing: border-box;
	padding: 0 5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.secondMaterialListSelect .wrongActive{
	top: 10px;
	font-size: 12px;
	line-height: 26px;
	box-sizing: border-box;
	padding: 0 5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.secondMaterialListSelect .finshActive{
	color: #62C082;
}
/*二级选项表单菜单栏 end*/

/*模态框 start*/
.modalBox{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.modalBoxShow{
	opacity: 1;
	z-index: 1001;
	transition: opacity .3s,z-index .3s;

}
.modalBoxHide{
	opacity: 0;
	z-index: -1;
	transition: opacity .3s,z-index .3s;
}
.modalContentBox{
	box-sizing: border-box;
	padding: 20px;
}
.modalContentBoxTop{
	box-sizing: border-box;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 35px;
}
.modalContentBoxName{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	float: left;
}
.closeModalBox{
	float: right;
	cursor: pointer;
}
.closeModalContentBox .logo{
	top: initial;
}
/*模态框 end*/


/*popOverBox start*/
.popOverBox{
	width: 80px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -40px;
	font-size: 12px;
	text-align: center;
	display: none;
}
.popOverBox a{
	color: #2277DA;
	text-decoration: underline;
}
.popOverBox:before{
	content: ' ';
	position: absolute;
	top: -12px;
	left: 33px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #e9e9e9;
}
.popOverBox:after{
	content: ' ';
	position: absolute;
	top: -10px;
	left: 34px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #fff;
}
/*popOverBox end*/
.block{
	font-size: 12px;
}
/*内容公用类 end*/


/*输入框中内容提示*/
.showError{
	border: 1px solid #f00 !important;
}

.account-pic {
	display: block;
	height: 60px;
}
.account-pic img {
	border-radius: 50%;
	width: 34px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-top: 13px;
}
.account-menu {
	width: 205px;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	position: absolute;
	top: 60px;
	right: 0;
	text-align: left;
	display: none;
}
.account-menu ul {
	margin: 0;
	padding: 0;
}
.account-menu ul li {
	display: block;
}
.account-menu ul li a {
	display: block;
	line-height: 40px;
	font-size: 13px;
	padding: 0 20px;
}
.account-menu ul li a:hover {
	background: #f6f6f6;
}
.account-id {
	color: #a5a5a5;
	line-height: 30px;
	padding: 10px 0;
	margin: 0 20px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
.toggle-menu .account-menu {
	display: block;
}
.imgLabel {
	text-align: center;
	background: #32c37c;
	color: #fff;
}
.imgShow {
	width: 100%;
	float: left;
	padding-left: 110px;
	padding-top: 10px;
}
#show-img {
	height: auto;
}


.little-empty {
	text-align: center;
	color: #a5a5a5;
	font-size: 16px;
	padding: 40px 0;
	border-bottom: 1px solid #e9e9e9;
}
.little-empty-info img{
	width: 50px;
	margin-bottom: 10px;
}

.empty {
	text-align: center;
	color: #a5a5a5;
	font-size: 16px;
	padding: 115px 0;
}
.empty-info img {
	width: 80px;
	margin-bottom: 10px;
}
.inputCompany{
	position: absolute;
	top: 0;
	right: 10px;
}
.mailTips {
	margin:20px 0;
}
.el-dialog__body {
	background: #fff;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.radioBtn{
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
}



/* 蒙层 */
.rootCover{
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	text-align: center;
}
.rootCoverContent{
	display: inline-block;
	margin-top: 200px;
}
.rootCoverContent-title{
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}
.rootCoverContent-dec{
	line-height: 25px;
	font-size: 14px;
}

.loadingAnimation{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.loadingAnimation .outer{
	position: absolute; 
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	animation: spin 800ms infinite linear; 
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -50px 0 0 -50px; 
	background:url(../img/loadingAnimation.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
@keyframes spin {
	0%   { transform: rotate(360deg); opacity: 0.5;}
	100% { transform: rotate(0deg); opacity: 1;}
}
.hei32{
	height: 32px;
}

[v-cloak] { display: none; }
.commonLoading{
	text-align: center;
}
.commonLoader{
	margin: 150px 0 0;
	min-height: 100px;
}
.ball-clip-rotate > div{
	background-color: #279fcf;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid #279fcf;
	border-bottom-color: transparent;
	height: 50px;
	width: 50px;
	background: transparent !important;
	display: inline-block;
	-webkit-animation: rotate 0.75s 0s linear infinite;
	animation: rotate 0.75s 0s linear infinite;
}
@keyframes rotate{
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(0.6);
		transform: rotate(180deg) scale(0.6);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}

/* 步骤条变化 */
.active .stepNum{
	border: 2px solid #32C37C;
}
.active .stepNum:hover{
	background-color: #32C37C;
	color:#fff;
}
.active .stepNum:hover a{
	color: #fff;
}
.active .stepNum:hover i{
	color: #fff;
}

/* tab栏箭头样式增大 */
.el-tabs__nav-next, .el-tabs__nav-prev{
	font-size: 18px;
}

.projectBoxTitle {
	width: 100%;
	height: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	font-family: PingFang SC;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #404040;
	margin-bottom: 2px;
}
.el-breadcrumb__item__inner a:hover, .el-breadcrumb__inner.is-link:hover {
	color: #32C37C;
	cursor: pointer;
}
.el-breadcrumb {
	font-size: 14px;
}
.computedContent{
	top:52px;
}